home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / vvfont18 / vvfont.v < prev    next >
Encoding:
Text File  |  1992-07-10  |  701 b   |  43 lines

  1. #include color.vc
  2. studio = {
  3.    from = -7 1.7 13;
  4.    at = -0.5 1.7 1.5;
  5.    up = 0 1 0
  6.    angle = 45;
  7.    antialias adaptive
  8.    resolution 640 480
  9.    background black
  10.  
  11. }
  12.  
  13.  light = {
  14.          type = point
  15.          position = 0 1.7 16
  16.          color = 0.8 0.8 0.8
  17.          }
  18.  
  19.  light = {
  20.          type = point
  21.          position = -8 1.7 8
  22.          color = 0.8 0.8 0.8
  23.          }
  24.  
  25. surface {
  26.    texture {
  27.       pattern spherical
  28.       turbulence {
  29.          terms 6
  30.          amp 6
  31.       }
  32.       blend .8
  33.       radius 2
  34.       radius 6
  35.       surf { diff .25  0  0 shine 100 white }
  36.       surf { diff .8 .8 .8 shine 100 white }
  37.    }
  38. }
  39.  
  40. #include font.vo
  41.  
  42. #include vv.vo
  43.